home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / news / inn-1.4-l / inn-1 / inn-1.4-linux-0.1 / README < prev   
Text File  |  1993-08-22  |  2KB  |  70 lines

  1. INN 1.4 for Linux
  2. =================
  3.  
  4. by Arjan de Vet devet@adv.win.tue.nl, August 23, 1993.
  5.  
  6. This is version 0.1.
  7.  
  8. Version 0.0 was released in June 1993 and contained patches by Dave Gymer
  9. to get INN 1.4 working with UNIX domain sockets. I found out later that
  10. you could also get INN 1.4 running on Linux by not using the UNIX domain
  11. sockets, so INN 1.4 runs out of the box on Linux.
  12.  
  13.  
  14. Introduction
  15. ============
  16.  
  17. This is INN 1.4 for Linux. Included are the following files:
  18.  
  19. INSTALL        Installation instructions
  20. README        This file
  21. bash-patches/    Some patches to get bash 1.12 working with INN (more or
  22.         less). See the INSTALL file.
  23. config.data    config.data file
  24. inn-patches/    A patch for INN 1.4
  25. site/        My configuration files (only the ones which differ from the
  26.         samples)
  27.  
  28. NOTE:     config.data and site/* files are the files *I* use. You certainly
  29.     have to edit them for your setup (especially paths and hostnames).
  30.  
  31. This package attempts to give an example of setting up INN on a Linux
  32. system with one UUCP feed. Because INN runs on Linux without problems
  33. (except those with bash, see later) you should print out and read the INN
  34. documentation and the INN faq (posted every two weeks on news.answers) for
  35. other configurations.
  36.  
  37.  
  38. Bourne shell
  39. ============
  40.  
  41. INN depends heavily on a good /bin/sh substitute. I use a beta version of
  42. bash 1.13.
  43.  
  44. bash 1.12 (as distributed with SLS 1.03) gives the following problems with
  45. INN 1.4:
  46.  
  47.  - the news.daily script hangs
  48.  - control messages (newgroup/rmgroup etc) are not being handled correctly
  49.  
  50. See the INSTALL file for more information.
  51.  
  52. I also did a quick port of NetBSD's ash for Linux which works OK with INN
  53. 1.4. You can find it at ftp.win.tue.nl:/pub/linux/ports. It may have some
  54. other problems though.
  55.  
  56.  
  57. Questions
  58. =========
  59.  
  60. Questions about INN configuration: news.software.nntp (after reading the
  61. FAQ and documentation). Do not send INN specific questions to the Linux
  62. groups!
  63.  
  64.  
  65.     Arjan de Vet
  66.     Department of Mathematics and Computing Science
  67.     Eindhoven University of Technology
  68.     The Netherlands
  69.     devet@adv.win.tue.nl
  70.